home *** CD-ROM | disk | FTP | other *** search
- Path: howland.reston.ans.net!psinntp!psinntp!psinntp!psinntp!usenet
- From: grantp@usa.pipeline.com(Pete Grant)
- Newsgroups: comp.lang.c++,
- Subject: Re: Dos window problem with VISUAL C++
- Date: 29 Mar 1996 01:02:30 GMT
- Organization: Kalevi, Inc.
- Message-ID: <4jfcr6$pp@news1.h1.usa.pipeline.com>
- References: <4jf7u8$ba7@zeus.tcp.co.uk>
- NNTP-Posting-Host: 38.8.120.16
- X-PipeUser: grantp
- X-PipeHub: usa.pipeline.com
- X-PipeGCOS: (Pete Grant)
- X-Newsreader: Pipeline v3.5.0
-
- On Mar 28, 1996 23:37:56 in article <Dos window problem with VISUAL C++>,
- 'daveg@tcp.co.uk (David)' wrote:
-
-
- >I've just got hold of a copy of Visual C++ v2.0. Now all I want to do
- >at the moment is to write simple programs either in c or c++.
- >When I actually run the program, a dos windows prints the output,
- >flashses momentarily and disappears. Is it possible to configure it
- >somehow to display it in a 'windows' window like in v1.0.
- >
- Make your apps Console Applications.
-
- The system automatically holds the window open until you
- type a character, at least it does with 4.1. To my recollection,
- 2.0 did the same. If not, it's easy enough to do it
- yourself with: char c; cin >> c;.
-
- --
- Pete Grant
- Kalevi, Inc.
- Software Engineering & development
-